home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPGPKEYPROPSFORM / TPGPKEYPROPSFORM.txt
Text File  |  2004-10-12  |  6KB  |  296 lines

  1. object PgpKeyPropsForm: TPgpKeyPropsForm
  2.   Left = 64
  3.   Top = 103
  4.   ActiveControl = bClose
  5.   BorderStyle = bsDialog
  6.   Caption = 'PgpKeyPropsForm'
  7.   ClientHeight = 356
  8.   ClientWidth = 353
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 353
  25.     Height = 313
  26.     Align = alTop
  27.     Style = bsRaised
  28.   end
  29.   object llKeyId: TLabel
  30.     Left = 49
  31.     Top = 19
  32.     Width = 32
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'Key ID'
  36.     FocusControl = lKeyId
  37.   end
  38.   object llKeyType: TLabel
  39.     Left = 36
  40.     Top = 51
  41.     Width = 45
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     Caption = 'Key Type'
  45.     FocusControl = lKeyType
  46.   end
  47.   object llKeySize: TLabel
  48.     Left = 40
  49.     Top = 83
  50.     Width = 41
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Key Size'
  54.     FocusControl = lKeySize
  55.   end
  56.   object llCreated: TLabel
  57.     Left = 220
  58.     Top = 19
  59.     Width = 37
  60.     Height = 13
  61.     Alignment = taRightJustify
  62.     Caption = 'Created'
  63.     FocusControl = lCreated
  64.   end
  65.   object llExpires: TLabel
  66.     Left = 223
  67.     Top = 51
  68.     Width = 34
  69.     Height = 13
  70.     Alignment = taRightJustify
  71.     Caption = 'Expires'
  72.     FocusControl = lExpires
  73.   end
  74.   object llCipher: TLabel
  75.     Left = 227
  76.     Top = 83
  77.     Width = 30
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     Caption = 'Cipher'
  81.     FocusControl = lCipher
  82.   end
  83.   object lKeyId: TEdit
  84.     Left = 88
  85.     Top = 16
  86.     Width = 81
  87.     Height = 21
  88.     ReadOnly = True
  89.     TabOrder = 0
  90.   end
  91.   object lKeyType: TEdit
  92.     Left = 88
  93.     Top = 48
  94.     Width = 81
  95.     Height = 21
  96.     ReadOnly = True
  97.     TabOrder = 1
  98.   end
  99.   object lKeySize: TEdit
  100.     Left = 88
  101.     Top = 80
  102.     Width = 81
  103.     Height = 21
  104.     ReadOnly = True
  105.     TabOrder = 2
  106.   end
  107.   object lCreated: TEdit
  108.     Left = 264
  109.     Top = 16
  110.     Width = 81
  111.     Height = 21
  112.     ReadOnly = True
  113.     TabOrder = 3
  114.   end
  115.   object lExpires: TEdit
  116.     Left = 264
  117.     Top = 48
  118.     Width = 81
  119.     Height = 21
  120.     ReadOnly = True
  121.     TabOrder = 4
  122.   end
  123.   object lCipher: TEdit
  124.     Left = 264
  125.     Top = 80
  126.     Width = 81
  127.     Height = 21
  128.     ReadOnly = True
  129.     TabOrder = 5
  130.   end
  131.   object gbTrustModel: TGroupBox
  132.     Left = 8
  133.     Top = 112
  134.     Width = 337
  135.     Height = 105
  136.     Caption = 'Trust Model'
  137.     TabOrder = 6
  138.     object llValidity: TLabel
  139.       Left = 40
  140.       Top = 23
  141.       Width = 33
  142.       Height = 13
  143.       Alignment = taRightJustify
  144.       Caption = 'Validity'
  145.       FocusControl = lValidity
  146.     end
  147.     object llTrust: TLabel
  148.       Left = 49
  149.       Top = 55
  150.       Width = 24
  151.       Height = 13
  152.       Alignment = taRightJustify
  153.       Caption = 'Trust'
  154.       FocusControl = lTrust
  155.     end
  156.     object lllInvalid: TLabel
  157.       Left = 184
  158.       Top = 15
  159.       Width = 31
  160.       Height = 13
  161.       Caption = 'Invalid'
  162.       FocusControl = ProgressBar
  163.     end
  164.     object lllValid: TLabel
  165.       Left = 296
  166.       Top = 15
  167.       Width = 23
  168.       Height = 13
  169.       Alignment = taRightJustify
  170.       Caption = 'Valid'
  171.       FocusControl = ProgressBar
  172.     end
  173.     object lllUntrusted: TLabel
  174.       Left = 184
  175.       Top = 63
  176.       Width = 46
  177.       Height = 13
  178.       Caption = 'Untrusted'
  179.       FocusControl = TrackBar
  180.     end
  181.     object lllTrusted: TLabel
  182.       Left = 284
  183.       Top = 63
  184.       Width = 36
  185.       Height = 13
  186.       Alignment = taRightJustify
  187.       Caption = 'Trusted'
  188.       FocusControl = TrackBar
  189.     end
  190.     object lValidity: TEdit
  191.       Left = 80
  192.       Top = 20
  193.       Width = 81
  194.       Height = 21
  195.       ReadOnly = True
  196.       TabOrder = 0
  197.     end
  198.     object lTrust: TEdit
  199.       Left = 80
  200.       Top = 52
  201.       Width = 81
  202.       Height = 21
  203.       ReadOnly = True
  204.       TabOrder = 1
  205.     end
  206.     object ProgressBar: TProgressBar
  207.       Left = 184
  208.       Top = 29
  209.       Width = 135
  210.       Height = 8
  211.       Min = 0
  212.       Max = 1
  213.       TabOrder = 2
  214.     end
  215.     object TrackBar: TTrackBar
  216.       Left = 176
  217.       Top = 42
  218.       Width = 153
  219.       Height = 22
  220.       Max = 2
  221.       Orientation = trHorizontal
  222.       Frequency = 1
  223.       Position = 0
  224.       SelEnd = 0
  225.       SelStart = 0
  226.       TabOrder = 3
  227.       TickMarks = tmBottomRight
  228.       TickStyle = tsAuto
  229.       OnChange = TrackBarChange
  230.     end
  231.     object cbImplicit: TCheckBox
  232.       Left = 182
  233.       Top = 80
  234.       Width = 145
  235.       Height = 17
  236.       Caption = 'Implicit Trust'
  237.       TabOrder = 4
  238.       OnClick = cbImplicitClick
  239.     end
  240.   end
  241.   object gbFingerPrint: TGroupBox
  242.     Left = 8
  243.     Top = 224
  244.     Width = 337
  245.     Height = 49
  246.     Caption = 'Fingerprint'
  247.     TabOrder = 7
  248.     object lFingerPrint: TEdit
  249.       Left = 8
  250.       Top = 16
  251.       Width = 321
  252.       Height = 21
  253.       ReadOnly = True
  254.       TabOrder = 0
  255.       OnMouseDown = lFingerPrintMouseDown
  256.       OnMouseUp = lFingerPrintMouseUp
  257.     end
  258.   end
  259.   object cbDisabled: TCheckBox
  260.     Left = 16
  261.     Top = 280
  262.     Width = 161
  263.     Height = 17
  264.     Caption = 'Key Disabled'
  265.     TabOrder = 8
  266.     OnClick = cbDisabledClick
  267.   end
  268.   object bChangePassphrase: TButton
  269.     Left = 184
  270.     Top = 280
  271.     Width = 161
  272.     Height = 25
  273.     Caption = 'Change Passphrase...'
  274.     TabOrder = 9
  275.     OnClick = bChangePassphraseClick
  276.   end
  277.   object bClose: TButton
  278.     Left = 192
  279.     Top = 320
  280.     Width = 75
  281.     Height = 25
  282.     Caption = 'Close'
  283.     Default = True
  284.     ModalResult = 1
  285.     TabOrder = 10
  286.   end
  287.   object bHelp: TButton
  288.     Left = 272
  289.     Top = 320
  290.     Width = 75
  291.     Height = 25
  292.     Caption = 'Help'
  293.     TabOrder = 11
  294.   end
  295. end
  296.